1.3.4 Web Technologies Flashcards
What is HTML?
The language that web pages are written in
What is the function of <html>?
All code written within is interpreted as HTML
What is the function of <body>?
Defines content in the main browser content area
What is the function of <link></link>?
Used to link to a CSS stylesheet
What is the function of <head>?
Defines the browser tab
What is the function of <title>?</title>
Defines the title of the document
What is the function of <h1>, <h2> ..?
Heading styles in decreasing sizes
What is the function of <p>?
A paragraph separated with a line space above and below
What is the function of <img></img>?
Self closing image with parameters
How is the <img></img> tag used?
<img></img>
What is the function of <a>?</a>
Anchor tag defining hyperlinkg with location parameters
How is the <a> tag used?</a>
<a> link text </a>
What is the function of <ol>?
Defines an ordered list
What is the function of <ul>?
Defines an unordered list
What is the function of <li>?
Defines an individual list item