Microsoft Expression Web is a professional Web design tool that is designed to create standards-based Web sites. The following skills are required in order to use Microsoft Expression Web successfully:
You can read more about Prerequisites for Using Microsoft Expression Web from Microsoft.
HTML stands for Hyper Text Markup Language and is a language for describing web pages. HTML is a markup language rather than a programming language and makes use of HTML tags to structure the content of your web pages.
Is there a difference between HTML and XHTML? XHTML is more choosy than HTML in that there are some elements that absolutely must appear in the XHTML markup, but which may be omitted if you’re using HTML 4 and earlier versions. If you would like more information on these differences see:
By default, Expression Web uses XHTML markup!
If you want to successfully work with Expression Web AND be able to troubleshoot your pages, you will need a good working knowledge of the basic HTML tags you will use to build your web pages.
HTML tags are keywords surrounded by angle brackets like <html> and normally come in pairs <html> </html>. The first tag of the pair is the opening or start tag, the next one the closing or end tag.
Listed below are ONLY a few of the tags you will need to learn about in order to work on structuring your web pages.
The <body> tag defines the document's body and contains contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. Both an opening and closing tag are required <body> </body>. Expression Web creates this tag is for you when you create a new page.
The <div> tag defines a division or a section in an HTML document. Both an opening and closing tag are required <div> </div>. More details on HTML <div> tag
The <p> tag defines a paragraph. By default, browsers automatically add some space (margin) before and after each <p> element. You can modify the default styling by changing the margin style rules using CSS. Both the opening and closing tag are required <p> </p>.
The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading. <h6> defines the least important heading. Both an opening and closing tag are required <h1> </h1>. Read Heading Tag Structure by James Huggins.
Heading tags are NOT used to style your page but to provide structure to your page.
The <ul> tag defines an unordered or bulletted list and is used with the <li> tag. Both the opening and closing tag is required <il> </ul>.
Unordered lists are used to create both vertical and horizontal navigation.
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. Use the <li> tag to define list items. Both the opening and closing tag is required <ol> </ol>.
The <li> tag defines a list item and is used in both ordered (<ol>) and unordered (<ul>) lists. Both the opening and closing tag is required <li> </li>.
The <img> tag defines an image in an HTML page and has two required attributes: src and alt. Images are not technically inserted into an HTML page, images are linked to HTML pages. The <img> tag creates a holding space for the referenced image. The img tag must be properly closed <img > The width and height of the image should also be included.
<img alt="Screenshot Include filename." src="images/code-snippet-filename.jpg" width="278" height="49" >
The <a> tag defines an anchor. An anchor can be used in two ways:
The <a> element is usually referred to as a link or a hyperlink. The most important attribute of the <a> element is the href attribute, which indicates the link’s destination.
<a href="div-containers.html">HTML div tag</a>
In summary, the tags listed above are only a few of the ones you will need to structure your HTML document. You can see a listing of the various tags HTML 4.01 / XHTML 1.0 Reference at w3schools and Elements by SitePoint
Once you learn the basics of HTML tags, you will find Expression Web much easier to use and it will go a long way towards helping you troubleshoot problems.
Your next project should be learning the basics of cascading style sheets and how to use them to style the tags you have just learned to use
Copyright 2012 Expression Web Tutorials & Templates
Written March 2012
Expression Web 4.0 Tutorials 2nd Edition from Install to Publish, a FREE EBook by Pat Geary.
Expression Web has a group on Facebook. If you are a FB user, come join us.
Disclosure: This is an affiliate link, which means that if you visit Bluehost.com through this link and purchase this product, I’ll get a commission.
April 2007 - April 2013
Privacy Policy | Migrating from FrontPage to Expression Web
Microsoft® and Expression Web® are registered trademarks of Microsoft® Corporation.
Site Design & Maintenance : Expression Web Tutorials & Templates