Skip to content

donjude-eng/Vonnue-training-combained

Repository files navigation

------------Net Ninja------------------------------------------------------------------------------------------------------------------ Notes HTML & CSS Tutorial.

Tutorial :1 HTML & CSS Crash Course Tutorial #1 - Introduction Total Time:19:59

HTML used to structure content on the web page (Images,text,forms etc) Structure content using HTML tags

content

==Paragraph Tag [Time 3:22] link ==anchor Tag

== Image Tag (No clsoing tag) tag -- This is for page information like Title. <title> tag -- List in the top tag -- This is for visible page conten.

Add a local development server foe live refresh==Add extension [15:40] Inspect the page [17:45]


Tutorial: 2 HTML & CSS Crash Course Tutorial #2 - HTML Basics Total Time :19:51

Tags

-- ==Make the letter bold. [2:20] -- (empasise)== Make the content italics. -- == Make the letter small. --

== Heading tag (There are six diffrent types --
    </ul == Unordered list (Put bullet points in list) [4:50] ....
  • == single list item. --
    == Ordered list. (Put numbers infront of list) ....
  • == single list --
    Break the line (No closing Tag) --
    Horizonal tag (No closing tag) -- This tag will apply style in inline emlement.

    Tags and Attributes.

    --<img (Tag) src (attribute) alt (attribute-- No visual effect) [10:51] eg ; a picture --<a (Tag) href (attribute)> (anchor tag)--Adding Link eg ; <a href="www.sample.website.com> samplewebsite --<blockquote (Tag) cite (attribute) --Quote the line from a link. eg ;
    Line here
    --

    Line

    Tutorial 3: HTML & CSS Crash Course Tutorial #3 - HTML Forms Total time 31:54

    Tag and Attributes. --<form (Tag) action (attribute)--Not important now. --<input (Tag) type = "text" id = "username"> (Username, search etc) -- (Tag)

    Notes: -- tag contains "type "attribute type of input field. eg (text,email,password) ... "id" attribute will identify the individual tag eg; Enter the name

    <--radio button--> eg; If it is name not need to give the "value" attribute. 0-25

    Input is a tag inside form tag--> Case should be same If we write two forms the it will separate the space

    Tutorial 4: HTML & CSS Crash Course Tutorial #4 - CSS Basics

    ...link -a link between a document and an external resource ...usage -link rel="stylesheet" href="style.css" / ...rel - specify the relationship between the two documents. ...href - href attribute specifies the URL of the page the link goes to. ...units of measurements in css - px,em,%,cm,ex,in,am,pc,pt etc.. ...text-decoration - values(underline,none,line-through) ...font family ...text align ...line height ...letter spacing ...column-count ...for make column in the document ...border ...border-width:--px; ...border-color:--; ...border-style:--;


    Tutorial 5:

    HTML & CSS Crash Course Tutorial #5 - CSS Classes & Selectors

    1: Class = We can add same class to diffrenyt element in a page. (We can make text color font etc) 2 : class 1 : class="success"> : Multiple classes : class="success.feedback"

    3:HTML element can inherit CSS properties thar are applied to tthier parant property.


    Tutorial 6: HTML & CSS Crash Course Tutorial #6 - HTML 5 Semantics

    Semantic Tag>>

    For the main content of a webpage , unique to that page.
    Defines a certain section of a webpage (eg. bloglist, contact info) Defines a bit of content which makes up an article (eg . ablog post)

    Defines some content relates to something else (eg .similar blogs)

    For the header of a website - contains the nav, title etc For the footer of a website.
  • Images or icon or list of links>

    Tutorial 7: HTML & CSS Crash Course Tutorial #7 - Chrome Dev Tools

    Go to element in inspect >> Right click in tag >> Copy the selector >> Paste it in console

About

The combined lesson of Html, CSS &java script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published