Daily Learning - Day 36

Date: 22th March 2017

Below are the topics i learnt today..

Follow Hashtag: #SKC100DaysofLearning

Topic 1: HTML Fundamentals - HTML Links



Today's learning is about:
  1. Link Targets
  2. Linking Attributes based on Named Targets
  3. Linking Attributes based on ID
  4. Linking Targets with absolute url and relative url
  5. Title attribute can be used to display as "Mouse Hover Text"
  6. Other attributes for Linking: Language=en, Content-Type=text/html,Relationship=prev.


Exercise:




<p> See the <a href="#Terminology">terminilogy</a> section below for more details </p>

<a title="technical terms">

<h3 id="Terminology"> Terminology</h3>


<li> <a href="./Content/TextElements.html#deepLink"> Text Elements  </a> </li>

<a name="DeepLink" title="Deep Link">
<h1 id="deepLink">Deep Link</h1>

</a>





Lesson Learnt:



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


Topic 2: Security Vulnerability Disclosures

CVE-2017-5638: New Remote Code Execution (RCE) Vulnerability in Apache Struts 2 

See more at


https://www.imperva.com/blog/2017/03/cve-2017-5638-new-remote-code-execution-rce-vulnerability-in-apache-struts-2/

CVE-2014-0050: Apache Tomcat vulnerable to Denial of service attack

http://www.ehackingnews.com/2014/02/cve-2014-0050-apache-tomcat-vulnerable.html


PS: Follow the Progress over here on Skills


Popular Posts

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

Understanding about Contract Testing