HTML, Hypertext Markup Language, CSS, Cascading Style Sheets, <!DOCTYPE html>, Defines the document type., <html>, Defines the root of an HTML document., <head>, Defines mostly hidden information about the document, <title>, Defines a title for the document to be displayed in the tab., <body>, Defines the document's body, the area where content will be displayed., <h1> to <h6>, Defines the style/format of headings., <p>, Defines a paragraph., <br>, Defines a single line break., <img src ="" alt="" />, Defines an image to be imported into the document., <a href=""></a>, Defines the relationship between a document and an internal or external hyperlink., <ol>, Sets a list to be an organised list with numbers., <ul>, Sets a list to be an unorganised list with bullet points., <li>, Defines a list item, <style>, Defines style information for a document (CSS is entered within this tag)., <link type="text/css" rel="stylesheet">, Defines the import of an external stylesheet

Leaderboard

Visual style

Options

Switch template

Continue editing: ?