Daily Learning - Day 35

Date: 20th March 2017

Below are the topics i learnt today..

Follow Hashtag: #SKC100DaysofLearning

Topic 1: HTML Fundamentals - HTML Links

Today's learning is about:

  1. HTML Links
  2. HTML Links: Types of Links
  3. Absolute Links - Creating a Folder and Targeting the Link Absolute to Folder HTML
  4. Relative Links to Other Documents
  5. Source and Target in Links


Exercise: Linking the Text Elements, Lists to Absolute Links for Documents inside the Folder Path




Exercise: Linking the Superscript Text: 1, 2 to Outside URL's



Lesson Learnt:
When inputing the text for Relative Path as ".\Content\TextElements.html"
W3C Validator says: Error - Backslash ("\") used as path segment delimiter.

To Solve this, we can use - ForwardSlash "/", instead of Backslash "\" 


Practice:
Always copy and paste the code in Validator and check for errors.


PS: Follow the Progress over here on Skills

Popular Posts

JMeter Producing Error: Windows RegCreateKeyEx(...) returned error code 5

Understanding about Contract Testing