Bolded text 1. Text goes here 2. Text goes hereItalicized text 1. Text goes here 2. Text goes here Underlined text 1. Text goes here Changing font color 1. Text goes here 2. Text goes here Changing font size 1. Text goes here 2. Text goes here Adding links 1. Link goes here 1. target=_blank indicates that the link will open in a new browser window; you may remove it if you’d like the link to open in the same window Adding images 1.1. border=”1px #000 solid” will put a black border around your image generated by each visitor’s web browser. The first value (1px) refers to the thickness; the second value (#000) refers to the color, which can be replaced with any web-based color name or RGB hex code; the third value (solid) refers to the pattern of the line, which can be replaced with dotted or dashed 2. align=”right” will manipulate the image to align with the text in a specified way; you may replace right with left, center, or justify Adding a horizontal divider between sections on your webpage 1.
Adding a line break 1.
Making a nested, bulleted list 1.
    2.
  • Section A
  • 1.
      2.
    • Section A Part 1
    • 3.
    • Section A Part 2
    • 1.
        2.
      • Section A Part 2.1
      • 3.
      • Section A Part 2.2
      • 4.
      • Section A Part 2.3
      • 5.
      1.
    • Section A Part 3
    • 2.
    • Section A Part 4
    • 3.
    1.
  • Section B
  • 2.
  • Section C
  • 1.
      2.
    • Section C Part 1
    • 3.
    • Section C Part 2
    • 4.
    1.
  • Section D
  • 2.
Making a numbered list 1. Replace
    with
      and
with in the code above 2. You can also combine numbers and bullets within the same nested list, depending on whether you choose to use
    or
      for each list level Making paragraphs 1.

      A whole paragraph of text goes here!

      2. You may modify the formatting of each paragraph by inserting CSS into your HTML code. For example: 1.

      This whole paragraph of text will be centered, green and in 14px.

      1. You can add as many or as few of the following CSS modules as you’d like to thetag demonstrated above 1. font-size:##px; modifies the size of the text; px can be replaced with pt, em, % or any length unit (cm, in, etc). In lieu of numbers, you can also write font-size:large; and replace large with xx-small, x-small, small, medium (default for most browsers), large, x-large, xx-large, larger, smaller. 2. font-family:Arial; modifies the font type of the text; can be replaced with the name of any font, but if the user’s computer does not have the font downloaded, then it will revert to the browser’s default. If the font name has spaces in it, e.g., Times New Roman, it should be placed within quotation marks. 3. color:######; or color:red; changes the color of the text. For a list of acceptable web color names, click here. 4. font-weight:bold; determines whether the text is bolded or normal; bold can be replaced with normal. 5. font-style: italic; determines whether the text is italicized or not; italic can be replaced with normal. 6. text-decoration:underline; adds an underline to the text; underline can also be replaced with overline for a line over the text, line-through for a line through the text, and none. 7. text-transform:uppercase; transforms the casing of the text; uppercase (all caps) can be replaced with capitalize (first letter of each word is capitalized), lowercase (all lowercase letters), or none. 8. text-indent:5em; will indent the first line of the paragraph by the specified amount; any unit acceptable for font-size can be used for text-indent.
      Design a Mobile Website
      View Site in Mobile | Classic
      Share by: