Skip to main content

Posts

Showing posts with the label web components

HTML Tags

HTML Tags  What are HTML tags?   ƒ  HTML tags are used to mark-up HTML elements  ƒ  HTML tags are surrounded by the two characters < and >  ƒ  The surrounding characters are called angle brackets  ƒ  HTML tags normally come in pairs like <b> and </b>  ƒ  The first tag in a pair is the start tag, the second tag is the end tag  ƒ  The text between the start and end tags is the element content  ƒ  HTML tags are not case sensitive, <b> means the same as <B>  Logical vs. Physical Tags        In HTML there are both logical tags and physical tags. Logical tags are designed to describe (to the  browser) the enclosed text's meaning. An example of a logical tag is the <strong> </strong> tag. By  placing text in between these tags you are telling the browser that the text has some greater  importance. By default all browsers make the text appear bold when in between the <strong> and  </strong> tags.  Physical tag

TOOLS NEED FOR BUILDIND A WEB

  Firebug Firebug is a free, open source in-browser web development tool for the Firefox web browser. It’s many features include: on-the-fly HTML and CSS editing for tweaking or debugging, a Console for logging, analyzing and debugging JavaScript, and an intuitive Document Object Model (DOM) inspection tool to help you quickly see how the elements of a web page relates to one another. Firebug’s popularity is so immense it’s one of the few Firefox extensions that have its own extensions (like YSlow and FirePHP)!   Dreamweaver Adobe Dreamweaver is a commercial application for web development that’s available for the Mac and Windows operating systems. Its featured-packed suite of tools and options include: syntax highlighting and very smart Code Hinting, a built-in FTP client, project management and workflow options that make team work effortless, and Live View – which shows you a preview of your source code. Dreamweaver tightly integrates with other popu