Table of Contents
Web Development Lesson 2 - Text
Summary
HTML Tags
HTML Attributes
Javascript Concepts
Web Development Lesson 2 - Text
Summary
In this lesson, we have covered the following concepts for text in web pages.
HTML Tags
<h1>-<h6>
<p>
<em>
<strong>
<sup>
HTML Attributes
color
font-size
font-weight
font-style
font-family
font-variant
text-align
text-decoration
text-transform
text-indent
text-shadow
line-height
Javascript Concepts
document
Strings (Text)
prompt
Statements
getElementsByTagName
Next Lesson: Lists