HTML/CSS Tutorials
- 0
- Add a Comment
Even with a pretty firm grasp of coding HTML, understanding how to use CSS with that code is going to save you many of a sleepless night.
In these tutorials I will strive to show you how to code HTML and CSS together, as they have become basic web essentials. HTML is used to define your content and CSS is used to style your content. The sections ‘HTML Basics’, and ‘Before you Code’ will give you the run down on how to get started; each section thereafter is a tutorial in itself although they are quite dependant on the previous tutorial’s knowledge and should be done in order.
HTML:HTML (Hyper Text Markup Language) - A text-based language used to structure text and multimedia documents and to set up hypertext links between documents; used extensively on the World Wide Web.
HTML is a text based language used to create Web Documents. There are other languages that can be used in the creation of Web Documents but all Web Pages have some form of HTML.
HTML is a language made up of a set of tags. Tags are made up of three parts: the opening tag ” (a greater-than symbol).
Most tags have an opening (ie. ) and closing (ie. ) tag. Closing tags are a repeat of the opening tag but with a forward slash in front of them (/).
Opening tags can contain different attributes such as style, class, id, title, onclick and more. This is important to introduce in advance as these attributes enhance what you can do with your tags including adding CSS styles and javascript functions…. Source: Bravenet
[tags]html,css tutorials,web documents,web pages[/tags]
