sazeda1 / Html_Css_practise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html_Css_practise

#HTML_practise #introduction #HTML #Editors #elements #attributes #heading #paragraph #styles #formatting #quotations #comments #colors #links #CSS_practise #introduction #CSS #CSS Margin #CSS padding #CSS Height,Weidht

###CSS can be added to HTML documents in 3 ways:

Inline - by using the style attribute inside HTML elements Internal - by using a <style> element in the section External - by using a element to link to an external CSS file The most common way to add CSS, is to keep the styles in external CSS files. However, in this tutorial we will use inline and internal styles, because this is easier to demonstrate, and easier for you to try it yourself.

###The alt Attribute The required alt attribute provides an alternate text for an image, if the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader). ###Images on Another Server/Website Some web sites point to an image on another server.

To point to an image on another server, you must specify an absolute (full) URL in the src attribute:

About


Languages

Language:HTML 100.0%