0
5.7kviews
List all elements of a web page.

Subject: Advanced Internet Technology

Topic: Responsive web design with HTML5 and CSS3

Difficulty: Low

1 Answer
0
39views
<!--...-->           Defines a comment
<!DOCTYPE>           Defines the document type
<a>                  Defines a hyperlink
<article>            Defines an article
<aside>              Defines content aside from the page content
<audio>              Defines sound content
<b>                  Defines bold text
<body>               Defines the document's body
<br>                 Defines a single line break
<button>             Defines a clickable button
<canvas>             Used to draw graphics, on the fly, via scripting (usually JavaScript)
<div>                Defines a section in a document
<em>                 Defines emphasized text 
<embed>              Defines a container for an external (non-HTML) application
<fieldset>           Groups related elements in a form
<figcaption>         Defines a caption for a <figure> element
<figure>             Specifies self-contained content
<ul>                 Defines an unordered list
<var>                Defines a variable
<video>              Defines a video or movie
<wbr>                Defines a possible line-break
Please log in to add an answer.